@charset "utf-8";
/* CSS Document */
 .navbar {
      background-color: rgba(0, 0, 0, 0.8) !important;
      box-shadow: none;
    }
    .banner {
      position: relative;
      width: 100%;
      height: 100vh;
      overflow: hidden;
    }
    .banner img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .cover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,0.5);
      z-index: 1;
    }
    .caption {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      text-align: center;
      z-index: 2;
    }
nav.navbar {
    background-color: rgba(0, 0, 0, 0.8) !important;
    box-shadow: none !important;
    border: none !important;
}

.gach-chan{
	border-bottom: 1px solid 
}
